From ab908c23f4d6e81986b694ac5ebe82cc233abc8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 13 Jul 2021 11:31:00 +0400 Subject: [PATCH] Add GtkMenuButton:primary Since: annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Property added in commit a74420bc1a501f6ee951ed152e8f9a941b0c8438. Signed-off-by: Marc-André Lureau --- gtk/gtkmenubutton.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index 0c2d53ad8c..e1d8209ddc 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -497,6 +497,8 @@ gtk_menu_button_class_init (GtkMenuButtonClass *klass) * Whether the menu button acts as a primary menu. * * Primary menus can be opened using the F10 key + * + * Since: 4.4 */ menu_button_props[PROP_PRIMARY] = g_param_spec_boolean ("primary", @@ -1307,6 +1309,8 @@ gtk_menu_button_unroot (GtkWidget *widget) * Sets whether menu button acts as a primary menu. * * Primary menus can be opened with the F10 key. + * + * Since: 4.4 */ void gtk_menu_button_set_primary (GtkMenuButton *menu_button, -- 2.30.2